﻿2026-06-22T02:35:00.1232689Z Current runner version: '2.335.1'
2026-06-22T02:35:00.1237947Z Runner name: 'kitsubito'
2026-06-22T02:35:00.1238515Z Runner group name: 'Default'
2026-06-22T02:35:00.1239333Z Machine name: 'KITSUBITO'
2026-06-22T02:35:00.1241414Z ##[group]GITHUB_TOKEN Permissions
2026-06-22T02:35:00.1243689Z Contents: read
2026-06-22T02:35:00.1244102Z Metadata: read
2026-06-22T02:35:00.1244497Z Packages: read
2026-06-22T02:35:00.1244891Z ##[endgroup]
2026-06-22T02:35:00.1246668Z Secret source: Actions
2026-06-22T02:35:00.1247235Z Prepare workflow directory
2026-06-22T02:35:00.1718617Z Prepare all required actions
2026-06-22T02:35:00.1756070Z Getting action download info
2026-06-22T02:35:00.5366192Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-06-22T02:35:01.2897682Z Complete job name: n1-gate (self-hosted, Linux, kitsubito)
2026-06-22T02:35:01.3788178Z ##[group]Run actions/checkout@v5
2026-06-22T02:35:01.3789109Z with:
2026-06-22T02:35:01.3789498Z   fetch-depth: 0
2026-06-22T02:35:01.3789978Z   repository: SaberMage/spt-core
2026-06-22T02:35:01.3793402Z   token: ***
2026-06-22T02:35:01.3793801Z   ssh-strict: true
2026-06-22T02:35:01.3794204Z   ssh-user: git
2026-06-22T02:35:01.3794594Z   persist-credentials: true
2026-06-22T02:35:01.3795037Z   clean: true
2026-06-22T02:35:01.3795446Z   sparse-checkout-cone-mode: true
2026-06-22T02:35:01.3795904Z   fetch-tags: false
2026-06-22T02:35:01.3796318Z   show-progress: true
2026-06-22T02:35:01.3796724Z   lfs: false
2026-06-22T02:35:01.3797111Z   submodules: false
2026-06-22T02:35:01.3797534Z   set-safe-directory: true
2026-06-22T02:35:01.3798171Z ##[endgroup]
2026-06-22T02:35:01.4600564Z Syncing repository: SaberMage/spt-core
2026-06-22T02:35:01.4602210Z ##[group]Getting Git version info
2026-06-22T02:35:01.4603071Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-22T02:35:01.4604012Z [command]/usr/bin/git version
2026-06-22T02:35:01.4604467Z git version 2.43.0
2026-06-22T02:35:01.4608824Z ##[endgroup]
2026-06-22T02:35:01.4620720Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/34aec193-9fb2-461e-99c4-85887983f8c7' before making global git config changes
2026-06-22T02:35:01.4623688Z Adding repository directory to the temporary git global config as a safe directory
2026-06-22T02:35:01.4625301Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-22T02:35:01.4655735Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-22T02:35:01.4675114Z https://github.com/SaberMage/spt-core
2026-06-22T02:35:01.4685994Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-22T02:35:01.4688565Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-22T02:35:01.4713674Z HEAD
2026-06-22T02:35:01.4744490Z ##[endgroup]
2026-06-22T02:35:01.4745302Z [command]/usr/bin/git submodule status
2026-06-22T02:35:01.4935807Z ##[group]Cleaning the repository
2026-06-22T02:35:01.4970923Z [command]/usr/bin/git clean -ffdx
2026-06-22T02:35:04.2068203Z Removing .adapter-notify/
2026-06-22T02:35:04.2068664Z Removing target/
2026-06-22T02:35:04.2079296Z [command]/usr/bin/git reset --hard HEAD
2026-06-22T02:35:04.2297147Z HEAD is now at 316c6fc1b Merge bed1878a48edb9a952a30485e1050d818b817ace into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-22T02:35:04.2302379Z ##[endgroup]
2026-06-22T02:35:04.2304770Z ##[group]Disabling automatic garbage collection
2026-06-22T02:35:04.2308699Z [command]/usr/bin/git config --local gc.auto 0
2026-06-22T02:35:04.2335878Z ##[endgroup]
2026-06-22T02:35:04.2336380Z ##[group]Setting up auth
2026-06-22T02:35:04.2341552Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-22T02:35:04.2367282Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-22T02:35:04.2560953Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-22T02:35:04.2585462Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-22T02:35:04.2771067Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-22T02:35:04.2796576Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-22T02:35:04.2983632Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-22T02:35:04.3013349Z ##[endgroup]
2026-06-22T02:35:04.3013780Z ##[group]Fetching the repository
2026-06-22T02:35:04.3020891Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +316c6fc1b45416d8491508c0767c41b2c33e2e20:refs/remotes/pull/26/merge
2026-06-22T02:35:05.0876448Z From https://github.com/SaberMage/spt-core
2026-06-22T02:35:05.0877508Z    8c6b2531e..bed1878a4  v0.13.0-delivery-control -> origin/v0.13.0-delivery-control
2026-06-22T02:35:05.0878643Z    2c5d97215..40bd6516e  viewer-drain-decouple-b4 -> origin/viewer-drain-decouple-b4
2026-06-22T02:35:05.0911693Z ##[endgroup]
2026-06-22T02:35:05.0912528Z ##[group]Determining the checkout info
2026-06-22T02:35:05.0913224Z ##[endgroup]
2026-06-22T02:35:05.0917129Z [command]/usr/bin/git sparse-checkout disable
2026-06-22T02:35:05.0959713Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-22T02:35:05.0988375Z ##[group]Checking out the ref
2026-06-22T02:35:05.0990846Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/26/merge
2026-06-22T02:35:05.1034440Z HEAD is now at 316c6fc1b Merge bed1878a48edb9a952a30485e1050d818b817ace into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-22T02:35:05.1038597Z ##[endgroup]
2026-06-22T02:35:05.1077201Z [command]/usr/bin/git log -1 --format=%H
2026-06-22T02:35:05.1104104Z 316c6fc1b45416d8491508c0767c41b2c33e2e20
2026-06-22T02:35:05.1286122Z ##[group]Run echo 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"
2026-06-22T02:35:05.1286601Z [36;1mecho 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"[0m
2026-06-22T02:35:05.1301951Z shell: /usr/bin/bash -e {0}
2026-06-22T02:35:05.1302168Z ##[endgroup]
2026-06-22T02:35:05.1395942Z ##[group]Run set -euo pipefail
2026-06-22T02:35:05.1396242Z [36;1mset -euo pipefail[0m
2026-06-22T02:35:05.1396447Z [36;1mPIN=0c95435[0m
2026-06-22T02:35:05.1396658Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-06-22T02:35:05.1396907Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-06-22T02:35:05.1397233Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-06-22T02:35:05.1397646Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-06-22T02:35:05.1398060Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-06-22T02:35:05.1398418Z [36;1m  rm -rf "$CACHE"[0m
2026-06-22T02:35:05.1398647Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-06-22T02:35:05.1398910Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-06-22T02:35:05.1399405Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-06-22T02:35:05.1399759Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-06-22T02:35:05.1399981Z [36;1mfi[0m
2026-06-22T02:35:05.1400253Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-22T02:35:05.1414142Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-06-22T02:35:05.1414443Z env:
2026-06-22T02:35:05.1414629Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-22T02:35:05.1414855Z ##[endgroup]
2026-06-22T02:35:05.4124468Z    Compiling proc-macro2 v1.0.106
2026-06-22T02:35:05.4125145Z    Compiling quote v1.0.45
2026-06-22T02:35:05.4126060Z    Compiling unicode-ident v1.0.24
2026-06-22T02:35:05.4126866Z    Compiling libc v0.2.186
2026-06-22T02:35:05.4127463Z    Compiling serde_core v1.0.228
2026-06-22T02:35:05.4127960Z    Compiling cfg-if v1.0.4
2026-06-22T02:35:05.4158791Z    Compiling serde v1.0.228
2026-06-22T02:35:05.4187491Z    Compiling log v0.4.32
2026-06-22T02:35:05.4229789Z    Compiling pin-project-lite v0.2.17
2026-06-22T02:35:05.4280959Z    Compiling typenum v1.20.1
2026-06-22T02:35:05.4281546Z    Compiling portable-atomic v1.13.1
2026-06-22T02:35:05.4292922Z    Compiling memchr v2.8.1
2026-06-22T02:35:05.4392583Z    Compiling version_check v0.9.5
2026-06-22T02:35:05.4446950Z    Compiling critical-section v1.2.0
2026-06-22T02:35:05.4491183Z    Compiling shlex v2.0.1
2026-06-22T02:35:05.4556577Z    Compiling find-msvc-tools v0.1.9
2026-06-22T02:35:05.4967091Z    Compiling bytes v1.11.1
2026-06-22T02:35:05.5061077Z    Compiling futures-core v0.3.32
2026-06-22T02:35:05.5710876Z    Compiling subtle v2.6.1
2026-06-22T02:35:05.6691693Z    Compiling equivalent v1.0.2
2026-06-22T02:35:05.6693872Z    Compiling smallvec v1.15.1
2026-06-22T02:35:05.6966366Z    Compiling itoa v1.0.18
2026-06-22T02:35:05.7074492Z    Compiling semver v1.0.28
2026-06-22T02:35:05.7331188Z    Compiling stable_deref_trait v1.2.1
2026-06-22T02:35:05.7543894Z    Compiling futures-io v0.3.32
2026-06-22T02:35:05.7881741Z    Compiling slab v0.4.12
2026-06-22T02:35:05.7993152Z    Compiling futures-sink v0.3.32
2026-06-22T02:35:05.8162375Z    Compiling futures-task v0.3.32
2026-06-22T02:35:05.8809621Z    Compiling generic-array v0.14.7
2026-06-22T02:35:05.9009502Z    Compiling futures-channel v0.3.32
2026-06-22T02:35:05.9159405Z    Compiling bitflags v2.12.1
2026-06-22T02:35:05.9352242Z    Compiling rustversion v1.0.22
2026-06-22T02:35:05.9566907Z    Compiling hashbrown v0.17.1
2026-06-22T02:35:05.9794014Z    Compiling rustc_version v0.4.1
2026-06-22T02:35:05.9988054Z    Compiling cpufeatures v0.2.17
2026-06-22T02:35:06.0450606Z    Compiling fnv v1.0.7
2026-06-22T02:35:06.0600799Z    Compiling strsim v0.11.1
2026-06-22T02:35:06.1188687Z    Compiling rand_core v0.10.1
2026-06-22T02:35:06.1437799Z    Compiling cfg_aliases v0.2.1
2026-06-22T02:35:06.1731230Z    Compiling writeable v0.6.3
2026-06-22T02:35:06.1958046Z    Compiling litemap v0.8.2
2026-06-22T02:35:06.2050864Z    Compiling dunce v1.0.5
2026-06-22T02:35:06.2403987Z    Compiling ident_case v1.0.1
2026-06-22T02:35:06.3175893Z    Compiling fs_extra v1.3.0
2026-06-22T02:35:06.3475614Z    Compiling utf8_iter v1.0.4
2026-06-22T02:35:06.3937712Z    Compiling getrandom v0.4.2
2026-06-22T02:35:06.4048657Z    Compiling icu_normalizer_data v2.2.0
2026-06-22T02:35:06.4160725Z    Compiling icu_properties_data v2.2.0
2026-06-22T02:35:06.4680895Z    Compiling autocfg v1.5.1
2026-06-22T02:35:06.5000639Z    Compiling percent-encoding v2.3.2
2026-06-22T02:35:06.6441610Z    Compiling http v1.4.1
2026-06-22T02:35:06.6650784Z    Compiling cpufeatures v0.3.0
2026-06-22T02:35:06.6859595Z    Compiling thiserror v2.0.18
2026-06-22T02:35:06.6970774Z    Compiling unicode-segmentation v1.13.3
2026-06-22T02:35:06.7168235Z    Compiling aws-lc-rs v1.17.0
2026-06-22T02:35:06.7418347Z    Compiling scopeguard v1.2.0
2026-06-22T02:35:06.7520542Z    Compiling chacha20 v0.10.0
2026-06-22T02:35:06.8307443Z    Compiling syn v2.0.117
2026-06-22T02:35:06.8796587Z    Compiling indexmap v2.14.0
2026-06-22T02:35:06.8900954Z    Compiling lock_api v0.4.14
2026-06-22T02:35:06.9030327Z    Compiling form_urlencoded v1.2.2
2026-06-22T02:35:06.9167571Z    Compiling untrusted v0.9.0
2026-06-22T02:35:06.9660866Z    Compiling rustls v0.23.40
2026-06-22T02:35:07.0109873Z    Compiling heck v0.5.0
2026-06-22T02:35:07.0472716Z    Compiling anyhow v1.0.102
2026-06-22T02:35:07.1140642Z    Compiling const-oid v0.10.2
2026-06-22T02:35:07.1410780Z    Compiling unicode-xid v0.2.6
2026-06-22T02:35:07.1606561Z    Compiling atomic-waker v1.1.2
2026-06-22T02:35:07.1671173Z    Compiling httparse v1.10.1
2026-06-22T02:35:07.1780610Z    Compiling parking_lot_core v0.9.12
2026-06-22T02:35:07.2097874Z    Compiling convert_case v0.10.0
2026-06-22T02:35:07.2730975Z    Compiling paste v1.0.15
2026-06-22T02:35:07.2800522Z    Compiling zerocopy v0.8.50
2026-06-22T02:35:07.2840514Z    Compiling num-traits v0.2.19
2026-06-22T02:35:07.3031068Z    Compiling hybrid-array v0.4.12
2026-06-22T02:35:07.3750756Z    Compiling jobserver v0.1.34
2026-06-22T02:35:07.3815919Z    Compiling curve25519-dalek v4.1.3
2026-06-22T02:35:07.4190374Z    Compiling ahash v0.8.12
2026-06-22T02:35:07.4670839Z    Compiling powerfmt v0.2.0
2026-06-22T02:35:07.5330621Z    Compiling either v1.16.0
2026-06-22T02:35:07.5897718Z    Compiling crypto-common v0.1.7
2026-06-22T02:35:07.6073081Z    Compiling block-buffer v0.10.4
2026-06-22T02:35:07.6363023Z    Compiling http-body v1.0.1
2026-06-22T02:35:07.6574521Z    Compiling cc v1.2.63
2026-06-22T02:35:07.6980479Z    Compiling fastrand v2.4.1
2026-06-22T02:35:07.7280976Z    Compiling digest v0.10.7
2026-06-22T02:35:07.7425805Z    Compiling base64ct v1.8.3
2026-06-22T02:35:07.7735816Z    Compiling deranged v0.5.8
2026-06-22T02:35:07.9061221Z    Compiling try-lock v0.2.5
2026-06-22T02:35:08.0110488Z    Compiling mio v1.2.1
2026-06-22T02:35:08.0301701Z    Compiling socket2 v0.6.4
2026-06-22T02:35:08.0355168Z    Compiling getrandom v0.2.17
2026-06-22T02:35:08.0531433Z    Compiling pem-rfc7468 v1.0.0
2026-06-22T02:35:08.0688643Z    Compiling base64 v0.22.1
2026-06-22T02:35:08.1180757Z    Compiling data-encoding v2.11.0
2026-06-22T02:35:08.2758478Z    Compiling rand v0.10.1
2026-06-22T02:35:08.2890635Z    Compiling rand_core v0.6.4
2026-06-22T02:35:08.3262114Z    Compiling zmij v1.0.21
2026-06-22T02:35:08.3376506Z    Compiling time-core v0.1.8
2026-06-22T02:35:08.4658094Z    Compiling pkg-config v0.3.33
2026-06-22T02:35:08.4811181Z    Compiling num-conv v0.2.2
2026-06-22T02:35:08.4910771Z    Compiling tower-service v0.3.3
2026-06-22T02:35:08.4990717Z    Compiling vcpkg v0.2.15
2026-06-22T02:35:08.5141170Z    Compiling tinyvec_macros v0.1.1
2026-06-22T02:35:08.5547646Z    Compiling parking_lot v0.12.5
2026-06-22T02:35:08.5710549Z    Compiling tinyvec v1.11.0
2026-06-22T02:35:08.6230483Z    Compiling sha2 v0.10.9
2026-06-22T02:35:08.6850424Z    Compiling crypto-common v0.2.2
2026-06-22T02:35:08.7880598Z    Compiling block-buffer v0.12.0
2026-06-22T02:35:08.8950520Z    Compiling want v0.3.1
2026-06-22T02:35:08.9670869Z    Compiling inout v0.1.4
2026-06-22T02:35:09.0368887Z    Compiling cmake v0.1.58
2026-06-22T02:35:09.1091257Z    Compiling vergen-lib v9.1.0
2026-06-22T02:35:09.1217820Z    Compiling n0-future v0.3.2
2026-06-22T02:35:09.1580562Z    Compiling cordyceps v0.3.4
2026-06-22T02:35:09.2250691Z    Compiling serde_json v1.0.150
2026-06-22T02:35:09.2485341Z    Compiling parking v2.2.1
2026-06-22T02:35:09.2901566Z    Compiling diatomic-waker v0.2.3
2026-06-22T02:35:09.3900715Z    Compiling signature v2.2.0
2026-06-22T02:35:09.3969192Z    Compiling spin v0.10.0
2026-06-22T02:35:09.4071720Z    Compiling winnow v1.0.3
2026-06-22T02:35:09.4081650Z    Compiling httpdate v1.0.3
2026-06-22T02:35:09.4193827Z    Compiling crossbeam-utils v0.8.21
2026-06-22T02:35:09.4379903Z    Compiling futures-lite v2.6.1
2026-06-22T02:35:09.4550600Z    Compiling cipher v0.4.4
2026-06-22T02:35:09.4811152Z    Compiling ed25519 v2.2.3
2026-06-22T02:35:09.4988447Z    Compiling futures-buffered v0.2.13
2026-06-22T02:35:09.5130535Z    Compiling netlink-packet-core v0.8.1
2026-06-22T02:35:09.5261463Z    Compiling universal-hash v0.5.1
2026-06-22T02:35:09.5410600Z    Compiling vergen v9.1.0
2026-06-22T02:35:09.6429171Z    Compiling digest v0.11.3
2026-06-22T02:35:09.6860506Z    Compiling vergen-lib v0.1.6
2026-06-22T02:35:09.7090867Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-22T02:35:09.7160687Z    Compiling heapless v0.7.17
2026-06-22T02:35:09.7230770Z    Compiling noq-udp v0.10.0
2026-06-22T02:35:09.7270807Z    Compiling sync_wrapper v1.0.2
2026-06-22T02:35:09.7461567Z    Compiling opaque-debug v0.3.1
2026-06-22T02:35:09.8070398Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-22T02:35:09.8250914Z    Compiling byteorder v1.5.0
2026-06-22T02:35:09.8291324Z    Compiling allocator-api2 v0.2.21
2026-06-22T02:35:09.8493303Z    Compiling polyval v0.6.2
2026-06-22T02:35:09.9285154Z    Compiling aws-lc-sys v0.41.0
2026-06-22T02:35:09.9567678Z    Compiling ring v0.17.14
2026-06-22T02:35:09.9816750Z    Compiling libsqlite3-sys v0.30.1
2026-06-22T02:35:10.0131482Z    Compiling hash32 v0.2.1
2026-06-22T02:35:10.0800662Z    Compiling spin v0.9.8
2026-06-22T02:35:10.1010765Z    Compiling vergen-gitcl v1.0.8
2026-06-22T02:35:10.1152429Z    Compiling fallible-iterator v0.3.0
2026-06-22T02:35:10.2180972Z    Compiling tower-layer v0.3.3
2026-06-22T02:35:10.2852636Z    Compiling signature v3.0.0
2026-06-22T02:35:10.3041075Z    Compiling ryu v1.0.23
2026-06-22T02:35:10.3161508Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-22T02:35:10.3399596Z    Compiling num_threads v0.1.7
2026-06-22T02:35:10.4390933Z    Compiling ghash v0.5.1
2026-06-22T02:35:10.4717888Z    Compiling time v0.3.47
2026-06-22T02:35:10.4871117Z    Compiling sha2 v0.11.0-rc.5
2026-06-22T02:35:10.4940680Z    Compiling ctr v0.9.2
2026-06-22T02:35:10.5554744Z    Compiling aes v0.8.4
2026-06-22T02:35:10.5825419Z    Compiling fs2 v0.4.3
2026-06-22T02:35:10.6029371Z    Compiling http-body-util v0.1.3
2026-06-22T02:35:10.6070828Z    Compiling aead v0.5.2
2026-06-22T02:35:10.6380709Z    Compiling openssl-probe v0.2.1
2026-06-22T02:35:10.6720532Z    Compiling crossbeam-channel v0.5.15
2026-06-22T02:35:10.7330605Z    Compiling crossbeam-epoch v0.9.18
2026-06-22T02:35:10.7430604Z    Compiling blake3 v1.8.5
2026-06-22T02:35:10.8960684Z    Compiling netlink-packet-route v0.29.0
2026-06-22T02:35:10.9170449Z    Compiling uuid v1.23.2
2026-06-22T02:35:11.0450569Z    Compiling memoffset v0.6.5
2026-06-22T02:35:11.0941928Z    Compiling acto v0.8.2
2026-06-22T02:35:11.2087208Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-22T02:35:11.2430765Z    Compiling aes-gcm v0.10.3
2026-06-22T02:35:11.2960847Z    Compiling netwatch v0.16.0
2026-06-22T02:35:11.3350342Z    Compiling noq v0.18.0
2026-06-22T02:35:11.3610577Z    Compiling identity-hash v0.1.0
2026-06-22T02:35:11.4070848Z    Compiling sorted-index-buffer v0.2.1
2026-06-22T02:35:11.4175258Z    Compiling rustix v1.1.4
2026-06-22T02:35:11.4661460Z    Compiling thiserror v1.0.69
2026-06-22T02:35:11.5062591Z    Compiling mac-addr v0.3.0
2026-06-22T02:35:11.5111299Z    Compiling lru-slab v0.1.2
2026-06-22T02:35:11.5678333Z    Compiling ref-cast v1.0.25
2026-06-22T02:35:11.5811904Z    Compiling foldhash v0.2.0
2026-06-22T02:35:11.6351091Z    Compiling rustc-hash v2.1.2
2026-06-22T02:35:11.7251026Z    Compiling tagptr v0.2.0
2026-06-22T02:35:11.7567887Z    Compiling xml-rs v0.8.28
2026-06-22T02:35:11.7716001Z    Compiling hashbrown v0.16.1
2026-06-22T02:35:11.8610835Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-22T02:35:11.9716411Z    Compiling netlink-packet-route v0.30.0
2026-06-22T02:35:12.1515736Z    Compiling serial-core v0.4.0
2026-06-22T02:35:12.1890740Z    Compiling errno v0.3.14
2026-06-22T02:35:12.2664920Z    Compiling synstructure v0.13.2
2026-06-22T02:35:12.3126215Z    Compiling darling_core v0.20.11
2026-06-22T02:35:12.3403787Z    Compiling serde_derive_internals v0.29.1
2026-06-22T02:35:12.5944330Z    Compiling xmltree v0.10.3
2026-06-22T02:35:12.6062389Z    Compiling ioctl-rs v0.1.6
2026-06-22T02:35:12.7411309Z    Compiling proc-macro-crate v3.5.0
2026-06-22T02:35:12.7787309Z    Compiling termios v0.2.2
2026-06-22T02:35:12.8545831Z    Compiling aho-corasick v1.1.4
2026-06-22T02:35:12.8698863Z    Compiling simple-dns v0.9.3
2026-06-22T02:35:12.8720918Z    Compiling toml_write v0.1.2
2026-06-22T02:35:12.9590660Z    Compiling simdutf8 v0.1.5
2026-06-22T02:35:12.9952037Z    Compiling constant_time_eq v0.4.2
2026-06-22T02:35:13.1070481Z    Compiling smol_str v0.1.24
2026-06-22T02:35:13.1970925Z    Compiling regex-syntax v0.8.10
2026-06-22T02:35:13.2070507Z    Compiling winnow v0.7.15
2026-06-22T02:35:13.2831084Z    Compiling arrayref v0.3.9
2026-06-22T02:35:13.3221100Z    Compiling resolv-conf v0.7.6
2026-06-22T02:35:13.3307828Z    Compiling linux-raw-sys v0.12.1
2026-06-22T02:35:13.3699254Z    Compiling sha1_smol v1.0.1
2026-06-22T02:35:13.4701099Z    Compiling signal-hook v0.3.18
2026-06-22T02:35:13.5250998Z    Compiling arrayvec v0.7.6
2026-06-22T02:35:13.6088550Z    Compiling serial-unix v0.4.0
2026-06-22T02:35:13.6317444Z    Compiling lru v0.16.4
2026-06-22T02:35:13.8191041Z    Compiling signal-hook-registry v1.4.8
2026-06-22T02:35:13.8350476Z    Compiling darling_core v0.23.0
2026-06-22T02:35:13.9850731Z    Compiling serde_bytes v0.11.19
2026-06-22T02:35:14.2122958Z    Compiling hmac v0.12.1
2026-06-22T02:35:14.2440448Z    Compiling seize v0.5.1
2026-06-22T02:35:14.3427745Z    Compiling serde_derive v1.0.228
2026-06-22T02:35:14.3590750Z    Compiling zeroize_derive v1.4.3
2026-06-22T02:35:14.4762552Z    Compiling tokio-macros v2.7.0
2026-06-22T02:35:14.7477404Z    Compiling futures-macro v0.3.32
2026-06-22T02:35:15.0258236Z    Compiling zeroize v1.8.2
2026-06-22T02:35:15.2282024Z    Compiling zerofrom-derive v0.1.7
2026-06-22T02:35:15.2909330Z    Compiling tokio v1.52.3
2026-06-22T02:35:15.6369106Z    Compiling yoke-derive v0.8.2
2026-06-22T02:35:15.7584437Z    Compiling futures-util v0.3.32
2026-06-22T02:35:15.7661590Z    Compiling zerovec-derive v0.11.3
2026-06-22T02:35:15.7871080Z    Compiling displaydoc v0.2.6
2026-06-22T02:35:15.8917473Z    Compiling tracing-attributes v0.1.31
2026-06-22T02:35:16.5101425Z    Compiling rustls-pki-types v1.14.1
2026-06-22T02:35:16.6760130Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-22T02:35:16.7490755Z    Compiling zerofrom v0.1.8
2026-06-22T02:35:16.8560692Z    Compiling thiserror-impl v2.0.18
2026-06-22T02:35:17.0268156Z    Compiling yoke v0.8.3
2026-06-22T02:35:17.2440478Z    Compiling zerotrie v0.2.4
2026-06-22T02:35:17.3026942Z    Compiling darling_macro v0.20.11
2026-06-22T02:35:17.3142938Z    Compiling zerovec v0.11.6
2026-06-22T02:35:17.5730624Z    Compiling derive_more-impl v2.1.1
2026-06-22T02:35:17.6485711Z    Compiling spez v0.1.2
2026-06-22T02:35:17.6774427Z    Compiling darling v0.20.11
2026-06-22T02:35:17.7023964Z    Compiling n0-error-macros v0.1.3
2026-06-22T02:35:17.7470103Z    Compiling derive_builder_core v0.20.2
2026-06-22T02:35:17.7731030Z    Compiling der v0.8.0-rc.10
2026-06-22T02:35:18.0936615Z    Compiling pin-project-internal v1.1.13
2026-06-22T02:35:18.2071671Z    Compiling tinystr v0.8.3
2026-06-22T02:35:18.5012675Z    Compiling icu_locale_core v2.2.0
2026-06-22T02:35:18.8491081Z    Compiling potential_utf v0.1.5
2026-06-22T02:35:18.9841214Z    Compiling icu_collections v2.2.0
2026-06-22T02:35:19.0200380Z    Compiling n0-error v0.1.3
2026-06-22T02:35:19.1998667Z    Compiling derive_builder_macro v0.20.2
2026-06-22T02:35:19.4429885Z    Compiling spki v0.8.0-rc.4
2026-06-22T02:35:19.5408934Z    Compiling pin-project v1.1.13
2026-06-22T02:35:19.5529574Z    Compiling derive_builder v0.20.2
2026-06-22T02:35:19.6246777Z    Compiling ed25519-dalek v2.2.0
2026-06-22T02:35:19.6894466Z    Compiling ipnet v2.12.0
2026-06-22T02:35:19.7324914Z    Compiling futures-executor v0.3.32
2026-06-22T02:35:19.7480751Z    Compiling icu_provider v2.2.0
2026-06-22T02:35:19.9280738Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-22T02:35:19.9981370Z    Compiling futures v0.3.32
2026-06-22T02:35:20.0761055Z    Compiling icu_normalizer v2.2.0
2026-06-22T02:35:20.1054997Z    Compiling icu_properties v2.2.0
2026-06-22T02:35:20.1230852Z    Compiling prefix-trie v0.8.4
2026-06-22T02:35:20.1336530Z    Compiling ed25519 v3.0.0-rc.4
2026-06-22T02:35:20.1531097Z    Compiling spt-proto v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-22T02:35:20.5280784Z    Compiling once_cell v1.21.4
2026-06-22T02:35:20.5871170Z    Compiling cobs v0.3.0
2026-06-22T02:35:20.7394562Z    Compiling tracing-core v0.1.36
2026-06-22T02:35:20.9051175Z    Compiling postcard-derive v0.2.2
2026-06-22T02:35:20.9300744Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-22T02:35:21.0312880Z    Compiling hashbrown v0.14.5
2026-06-22T02:35:21.0387235Z    Compiling rustls-native-certs v0.8.4
2026-06-22T02:35:21.1566112Z    Compiling enum-assoc v1.3.0
2026-06-22T02:35:21.2843763Z    Compiling tracing v0.1.44
2026-06-22T02:35:21.3430874Z    Compiling tokio-util v0.7.18
2026-06-22T02:35:21.4930680Z    Compiling netlink-sys v0.8.8
2026-06-22T02:35:21.5276174Z    Compiling postcard v1.1.3
2026-06-22T02:35:21.5502731Z    Compiling data-encoding-macro v0.1.20
2026-06-22T02:35:21.6320740Z    Compiling tower v0.5.3
2026-06-22T02:35:21.6511061Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-22T02:35:21.6855025Z    Compiling num_enum_derive v0.7.6
2026-06-22T02:35:21.7060575Z    Compiling idna_adapter v1.2.2
2026-06-22T02:35:21.8220563Z    Compiling idna v1.1.0
2026-06-22T02:35:21.9055672Z    Compiling hashlink v0.9.1
2026-06-22T02:35:21.9066838Z    Compiling strum_macros v0.28.0
2026-06-22T02:35:21.9469757Z    Compiling iroh-metrics-derive v0.4.1
2026-06-22T02:35:22.0283602Z    Compiling derive_more v2.1.1
2026-06-22T02:35:22.1017610Z    Compiling async-trait v0.1.89
2026-06-22T02:35:22.1576779Z    Compiling netlink-proto v0.12.0
2026-06-22T02:35:22.2015325Z    Compiling netdev v0.42.0
2026-06-22T02:35:22.2201200Z    Compiling iroh-relay v0.98.0
2026-06-22T02:35:22.2910089Z    Compiling url v2.5.8
2026-06-22T02:35:22.2980553Z    Compiling rusqlite v0.32.1
2026-06-22T02:35:22.3400791Z    Compiling moka v0.12.15
2026-06-22T02:35:22.4059947Z    Compiling toml_datetime v0.6.11
2026-06-22T02:35:22.5100594Z    Compiling h2 v0.4.14
2026-06-22T02:35:22.5470653Z    Compiling iroh-metrics v0.38.3
2026-06-22T02:35:22.6550966Z    Compiling n0-watcher v0.6.1
2026-06-22T02:35:22.7946397Z    Compiling tokio-stream v0.1.18
2026-06-22T02:35:22.8016494Z    Compiling serde_spanned v0.6.9
2026-06-22T02:35:22.9274999Z    Compiling num_enum v0.7.6
2026-06-22T02:35:22.9630701Z    Compiling ref-cast-impl v1.0.25
2026-06-22T02:35:22.9687241Z    Compiling thiserror-impl v1.0.69
2026-06-22T02:35:23.0421853Z    Compiling toml_edit v0.22.27
2026-06-22T02:35:23.2220664Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-22T02:35:23.2650619Z    Compiling tower-http v0.6.11
2026-06-22T02:35:23.3550631Z    Compiling attohttpc v0.30.1
2026-06-22T02:35:23.4461929Z    Compiling iroh-base v0.98.0
2026-06-22T02:35:23.4700124Z    Compiling spt-store v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-22T02:35:23.8138455Z    Compiling webpki-roots v1.0.7
2026-06-22T02:35:23.8424166Z    Compiling regex-automata v0.4.14
2026-06-22T02:35:23.9511041Z    Compiling schemars_derive v1.2.1
2026-06-22T02:35:23.9700527Z    Compiling iroh v0.98.2
2026-06-22T02:35:24.1590772Z    Compiling pin-utils v0.1.0
2026-06-22T02:35:24.2137495Z    Compiling cmov v0.5.4
2026-06-22T02:35:24.2258524Z    Compiling rustix v0.38.44
2026-06-22T02:35:24.2657137Z    Compiling utf8parse v0.2.2
2026-06-22T02:35:24.3720334Z    Compiling bitflags v1.3.2
2026-06-22T02:35:24.4590958Z    Compiling dyn-clone v1.0.20
2026-06-22T02:35:24.4865225Z    Compiling filedescriptor v0.8.3
2026-06-22T02:35:24.5369340Z    Compiling ctutils v0.4.2
2026-06-22T02:35:24.5510338Z    Compiling nix v0.25.1
2026-06-22T02:35:24.6242700Z    Compiling anstyle-parse v1.0.0
2026-06-22T02:35:24.6608474Z    Compiling backon v1.6.0
2026-06-22T02:35:24.7192671Z    Compiling darling_macro v0.23.0
2026-06-22T02:35:24.8975113Z    Compiling papaya v0.2.4
2026-06-22T02:35:24.8975796Z    Compiling hkdf v0.12.4
2026-06-22T02:35:24.9218498Z    Compiling strum v0.28.0
2026-06-22T02:35:25.0671139Z    Compiling iroh-dns v0.98.0
2026-06-22T02:35:25.1314517Z    Compiling serial v0.4.0
2026-06-22T02:35:25.2007628Z    Compiling anstyle v1.0.14
2026-06-22T02:35:25.2126771Z    Compiling foldhash v0.1.5
2026-06-22T02:35:25.2189623Z    Compiling colorchoice v1.0.5
2026-06-22T02:35:25.3020805Z    Compiling shell-words v1.1.1
2026-06-22T02:35:25.3660521Z    Compiling instability v0.3.12
2026-06-22T02:35:25.4488207Z    Compiling linux-raw-sys v0.4.15
2026-06-22T02:35:25.4910907Z    Compiling anstyle-query v1.1.5
2026-06-22T02:35:25.5000733Z    Compiling toml v0.8.23
2026-06-22T02:35:25.5079851Z    Compiling downcast-rs v1.2.1
2026-06-22T02:35:25.5271081Z    Compiling is_terminal_polyfill v1.70.2
2026-06-22T02:35:25.5611991Z    Compiling hashbrown v0.15.5
2026-06-22T02:35:25.5865725Z    Compiling anstream v1.0.0
2026-06-22T02:35:25.6020739Z    Compiling signal-hook-mio v0.2.5
2026-06-22T02:35:25.6101160Z    Compiling darling v0.23.0
2026-06-22T02:35:25.6201201Z    Compiling spake2 v0.4.0
2026-06-22T02:35:25.6946075Z    Compiling terminal_size v0.4.4
2026-06-22T02:35:25.7030309Z    Compiling strum_macros v0.26.4
2026-06-22T02:35:25.8536040Z    Compiling sha1 v0.10.6
2026-06-22T02:35:26.0261468Z    Compiling itertools v0.13.0
2026-06-22T02:35:26.0758246Z    Compiling schemars v1.2.1
2026-06-22T02:35:26.1323454Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-22T02:35:26.1697422Z    Compiling castaway v0.2.4
2026-06-22T02:35:26.2873939Z    Compiling clap_lex v1.1.0
2026-06-22T02:35:26.6291649Z    Compiling spt-msg v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-22T02:35:26.6431325Z    Compiling indoc v2.0.7
2026-06-22T02:35:26.6652105Z    Compiling unicode-width v0.1.14
2026-06-22T02:35:27.0351586Z    Compiling static_assertions v1.1.0
2026-06-22T02:35:27.1954436Z    Compiling doctest-file v1.1.1
2026-06-22T02:35:27.2282009Z    Compiling compact_str v0.8.2
2026-06-22T02:35:27.6429543Z    Compiling regex v1.12.3
2026-06-22T02:35:27.6788351Z    Compiling crossterm v0.28.1
2026-06-22T02:35:27.7529546Z    Compiling interprocess v2.4.2
2026-06-22T02:35:28.3612965Z    Compiling hyper v1.10.1
2026-06-22T02:35:28.4861133Z    Compiling spt-runtime v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-22T02:35:28.6260459Z    Compiling strum v0.26.3
2026-06-22T02:35:28.7910607Z    Compiling lru v0.12.5
2026-06-22T02:35:28.8155906Z    Compiling clap_builder v4.6.0
2026-06-22T02:35:28.9995100Z    Compiling unicode-truncate v1.1.0
2026-06-22T02:35:29.0470673Z    Compiling clap_derive v4.6.1
2026-06-22T02:35:29.0630758Z    Compiling iana-time-zone v0.1.65
2026-06-22T02:35:29.0987272Z    Compiling unicode-width v0.2.0
2026-06-22T02:35:29.1648711Z    Compiling cassowary v0.3.0
2026-06-22T02:35:29.3870365Z    Compiling chrono v0.4.45
2026-06-22T02:35:29.4330918Z    Compiling nucleo-matcher v0.3.1
2026-06-22T02:35:29.4412494Z    Compiling qrcode v0.14.1
2026-06-22T02:35:29.5750665Z    Compiling tempfile v3.27.0
2026-06-22T02:35:29.6731658Z    Compiling portable-pty v0.8.1
2026-06-22T02:35:30.1471608Z    Compiling spt-term v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-22T02:35:30.3360737Z    Compiling ratatui v0.29.0
2026-06-22T02:35:30.5761118Z    Compiling hyper-util v0.1.20
2026-06-22T02:35:31.9266041Z    Compiling spt-live v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-22T02:35:31.9628132Z    Compiling clap v4.6.1
2026-06-22T02:35:32.5010694Z    Compiling igd-next v0.17.1
2026-06-22T02:35:33.6471056Z    Compiling portmapper v0.16.0
2026-06-22T02:35:38.3024545Z    Compiling rustls-webpki v0.103.13
2026-06-22T02:35:40.6784687Z    Compiling tokio-rustls v0.26.4
2026-06-22T02:35:40.6785242Z    Compiling rustls-platform-verifier v0.7.0
2026-06-22T02:35:40.6785592Z    Compiling noq-proto v0.17.0
2026-06-22T02:35:40.8134930Z    Compiling hickory-net v0.26.0-beta.4
2026-06-22T02:35:40.8135598Z    Compiling hyper-rustls v0.27.9
2026-06-22T02:35:40.8136051Z    Compiling tokio-websockets v0.13.2
2026-06-22T02:35:40.9488492Z    Compiling reqwest v0.13.4
2026-06-22T02:35:41.8867365Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-22T02:35:55.6044038Z    Compiling spt-net v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-22T02:35:56.9780477Z    Compiling spt-daemon v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-22T02:36:04.1786921Z    Compiling spt v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-22T02:36:07.8984445Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 02s
2026-06-22T02:36:07.9208888Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-a610d2092bf5e776)
2026-06-22T02:36:07.9221364Z 
2026-06-22T02:36:07.9221518Z running 1 test
2026-06-22T02:36:14.5133890Z test new_brain_serves_against_old_broker ... ok
2026-06-22T02:36:14.5134148Z 
2026-06-22T02:36:14.5134396Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.59s
2026-06-22T02:36:14.5134687Z 
2026-06-22T02:36:14.5363966Z Post job cleanup.
2026-06-22T02:36:14.6054938Z [command]/usr/bin/git version
2026-06-22T02:36:14.6121066Z git version 2.43.0
2026-06-22T02:36:14.6151074Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/464be953-1054-46f2-98cf-5000f63269d1' before making global git config changes
2026-06-22T02:36:14.6151793Z Adding repository directory to the temporary git global config as a safe directory
2026-06-22T02:36:14.6154474Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-22T02:36:14.6428021Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-22T02:36:14.6461697Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-22T02:36:14.6652289Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-22T02:36:14.6670595Z http.https://github.com/.extraheader
2026-06-22T02:36:14.6677341Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-06-22T02:36:14.6724484Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-22T02:36:14.6907460Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-22T02:36:14.6934990Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-22T02:36:14.7253702Z Cleaning up orphan processes
